home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbsdocs.zip / RBBSDOCS.23 < prev    next >
Text File  |  1990-11-05  |  1KB  |  27 lines

  1.  
  2.  
  3.  
  4.     COMPILING AND LINKING RBBS-PC                                          23-1
  5.  
  6.  
  7.     23. COMPILING AND LINKING RBBS-PC
  8.     ---------------------------------
  9.     RBBS-PC  source code is distributed along with the executable program RBBS-
  10.     PC.EXE.   It is NOT  necessary to recompile or re-link  RBBS-PC in order to
  11.     utilize  RBBS-PC.  This section is intended  for those hardy few who choose
  12.     to modify the  source and recompile it.  Remember  only what is distributed
  13.     is supported -- anything else is strictly yours to debug!
  14.  
  15.     RBBS-PC's source code  is compilable by the  Microsoft QuickBASIC Compiler,
  16.     version 2.01 and higher.   However Microsoft's QuickBASIC Compiler  version
  17.     3.0  is  the compiler  used  to generate  the .EXE  files  distributed with
  18.     RBBS-PC because  it appears to be the most reliable.  Versions too buggy to
  19.     use at all include 1.0, 2.0, and 4.0.
  20.  
  21.     The batch files MAKERBBS.BAT and MAKECNFG.BAT are included with the source
  22.     to recompile  RBBS-PC and CONFIG respectively.   They are designed  for use
  23.     with QuickBasic 3.0 but instructions for other versions of the compiler are
  24.     in them.   The DTR patch described  in Appendix G should  be applied before
  25.     you compile RBBS-PC.
  26.  
  27.